YDKJS Up&Going Review

This a series of javascript book, which contains 6 books. It turns out this is more
suitable book for intermediate/advance JS, but it’s okay. I’ll just read it and if some concept don’t click maybe i’ll get it in the future and come back and look at it again.

UP & GOING


This is an intro book, with intro to programming and intro to javascript. It talks about JS’s background, history, and some basic programming concepts.

It also touches on some major js concepts such as Scope & Closures, this & Object Prototypes,
Types & Grammar, Async & Performance, and ES6 & Beyond. All these concepts will be discuss in further details in future books.